DataSource RESTSECURITY
The RESTSecurity DataSource class streamlines the retrieval of data from REST APIs. It assists in managing caching, deduplicating requests, and handling errors during the resolution of operations
Engaging in Practical Implementation
Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working
- Click On the Connection Properties
- Select the DataSource Type from drop down
- Provide the Credentials
- Click on Submit to save the Credentials
- On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.
Type OAUTH
;
;
Fields | Description | Example |
---|---|---|
Type | OAUTH | OAUTH |
Grant Type | Grant Type | password |
Token URL | Token unique identifier used to locate a resource on OAUTH Token | https://... |
Client Id | Client ID means a unique alphanumeric code provided to and used by a customer for identifying each query or reques | abcd... |
Client Secret | A client secret is a secret known only to the OAuth application and the authorization server | ab123... |
User Name | A name that uses for identification purposes when logging | rakhitest@atdev.com |
Password | A password is a string of characters used to verify the identity of a user during the authentication process | abc... |
DataSource Name | Datasource Name which is configured in connections properties | sfdcoauth |
DataSource Type | RESTSECURITY | RESTSECURITY |
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |
Type API-KEY
;
;
Fields | Description | Example |
---|---|---|
Type | API-KEY | API-KEY |
Name | Name | Authorization |
Value | Value | abc... |
DataSource Name | Datasource Name which is configured in connections properties | oktasecurity |
DataSource Type | RESTSECURITY | RESTSECURITY |
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |
Type Basic
;
;
Fields | Description | Example |
---|---|---|
Type | Basic | Basic |
Username | The name of the User | abc.. |
Password | Unique secured key | xyz.. |
DataSource Name | Datasource Name which is configured in connections properties | oktasecurity |
DataSource Type | RESTSECURITY | RESTSECURITY |
Environment | Provides a production environment where you can deploy applications and APIs publicly | dev |